RouteGroup

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

addRoute
RouteGroup addRoute(Route route)
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getRoute
Route getRoute(string method, string mca)
Undocumented in source. Be warned that the author may not have intended to support it.
match
Route match(string method, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta